Type MatrixStorage<T>
Namespace MathNet.Numerics.LinearAlgebra.Storage
Interfaces IEquatable<MatrixStorage<T>>
Not range-checked.
int
rowThe row of the element.
int
columnThe column of the element.
T
The requested element.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks.
int
rowThe row of the element.
int
columnThe column of the element.
T
valueThe value to set the element to.
bool
true
if the current object is equal to the other parameter; otherwise, false
.
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
return int
|
return int
|